home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / allfil.zip / FILENAME.TYP < prev    next >
Text File  |  1984-12-03  |  251b  |  7 lines

  1. { Many different procedures and functions will need this type declaration.
  2.   If they all declare it, it's an error ("multiple &c.").  So, each of
  3.   the procedures involved asks you to INCLUDE this file, too}
  4.  
  5. type
  6.   filename_type = string[64];
  7.